Navigate

Navigates to a URL in a browser.

Syntax

Navigate("URL")

Arguments

Argument Description
URL URL to navigate to.

Supported objects

Browser, HTMLLink, Window

Example

Browser("Out of Bounds").Navigate("http://www.wysicorp.com")